var net.protocols
6 uses
net (current package)
lookup.go#L25: var protocols = map[string]int{
lookup.go#L71: proto, found := protocols[string(lowerProtocol[:n])]
lookup_unix.go#L36: if _, ok := protocols[f[0]]; !ok {
lookup_unix.go#L37: protocols[f[0]] = proto
lookup_unix.go#L40: if _, ok := protocols[alias]; !ok {
lookup_unix.go#L41: protocols[alias] = proto
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |